GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-11T00:53:52.1255105+00:00",
"SubmitDate": "2025-12-11T00:53:52.1255105+00:00",
"ReportPeriodStart": "2025-12-11T00:53:52.1255105+00:00",
"ReportPeriodEnd": "2025-12-11T00:53:52.1255105+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a7ac90e4-b648-4b34-9606-62d4ee86fd61",
"Rows": [
{
"ItemId": "3c8a70a8-dece-41a5-a97a-f5cf6efcdce0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c8a70a8-dece-41a5-a97a-f5cf6efcdce0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a7ac90e4-b648-4b34-9606-62d4ee86fd61",
"Rows": [
{
"ItemId": "3c8a70a8-dece-41a5-a97a-f5cf6efcdce0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c8a70a8-dece-41a5-a97a-f5cf6efcdce0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c5bbb918-05c4-4119-b726-8c1733c7a76a",
"cc729e2d-0f1f-497e-804c-5ef651b56e92"
],
"Approvers": [
"da9046cb-9d51-4120-8a69-c9a9cdfe214b",
"68e9b0fd-d0e8-4141-834d-55c1d9372af3"
],
"ApprovedBy": "7f70427e-ffac-4d91-9231-c42f0cf5b2d4",
"ApprovalDate": "2025-12-11T00:53:52.1255105+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ed2711a3-c914-4026-a426-977d39ab6197",
"id": "83871492-bbed-4cba-90a4-fb58df23dc7b",
"ConfigId": "cc88b8d5-1545-4720-850e-29dcfbb494f8"
},
{
"GenerationDate": "2025-12-11T00:53:52.1255105+00:00",
"SubmitDate": "2025-12-11T00:53:52.1255105+00:00",
"ReportPeriodStart": "2025-12-11T00:53:52.1255105+00:00",
"ReportPeriodEnd": "2025-12-11T00:53:52.1255105+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a7ac90e4-b648-4b34-9606-62d4ee86fd61",
"Rows": [
{
"ItemId": "3c8a70a8-dece-41a5-a97a-f5cf6efcdce0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c8a70a8-dece-41a5-a97a-f5cf6efcdce0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a7ac90e4-b648-4b34-9606-62d4ee86fd61",
"Rows": [
{
"ItemId": "3c8a70a8-dece-41a5-a97a-f5cf6efcdce0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c8a70a8-dece-41a5-a97a-f5cf6efcdce0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c5bbb918-05c4-4119-b726-8c1733c7a76a",
"cc729e2d-0f1f-497e-804c-5ef651b56e92"
],
"Approvers": [
"da9046cb-9d51-4120-8a69-c9a9cdfe214b",
"68e9b0fd-d0e8-4141-834d-55c1d9372af3"
],
"ApprovedBy": "7f70427e-ffac-4d91-9231-c42f0cf5b2d4",
"ApprovalDate": "2025-12-11T00:53:52.1255105+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ed2711a3-c914-4026-a426-977d39ab6197",
"id": "83871492-bbed-4cba-90a4-fb58df23dc7b",
"ConfigId": "cc88b8d5-1545-4720-850e-29dcfbb494f8"
}
]